home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Graphics / Sparkle2.1.5 folder / (Docs) / Known bugs & limitations < prev    next >
Encoding:
Text File  |  1994-09-21  |  2.2 KB  |  41 lines  |  [TEXT/ALFA]

  1. • There are a number of small cosmetic bugs in this 2.1.5 version of 
  2.     Sparkle. For example after saving a set of PICTs to a movie, the PICT 
  3.     sequence displays picture #1 in the window, not the last picture 
  4.     (this does affect the movie, it just confuses the display). Another 
  5.     example is when converting a QT movie to an MPEG, the QT movie 
  6.     controller is not hidden properly.) These are all fixed in 2.1.6, but 
  7.     2.1.6 is bogged down in major rewriting of its threading code so I 
  8.     issued this quick 2.1.5 fix to the most serious bugs.
  9.  
  10.  
  11. • I don't allow you to shrink movies or MPEGs to smaller than 100 pixels wide. 
  12.     This is mainly because the MovieController Component starts looking less 
  13.     and less pleasant as it gets smaller. I can't see this being a major limitation
  14.     to anyone.
  15.  
  16. • At present PICTs are drawn directly to a window, not through a GWorld. This means
  17.      that the PICT is not dithered nicely to the screen. I'll fix that soon enough.
  18.  
  19. • I haven't yet written code to allow you to save a single frame or a set of frames
  20.     as a PICT or set of PICTs. Afgain I'll do this soon enough.
  21.     
  22. • I am aware of the sorta existence of MPEG support in QuickTime 2.0. 
  23.     However    this support is aimed at dedicated MPEG cards. It's not clear to 
  24.     me that anything would be gained by writing up some sort of QT interface 
  25.     that pretended to be dedicated MPEG hardware, largely because I would 
  26.     now not have total control of the decoding process and so would not be 
  27.     able to run things at the maximum speed. A second problem was that, in 
  28.     the versions of QT I've tried so far, everything I tried with MPEG 
  29.     crashed pretty soon. 
  30.     When the final version of QT 2.0 comes along (which hopefully won't 
  31.     crash) I'll reconsider how I should change things to be as friendly as 
  32.     possible to QT 2.0.
  33.  
  34. • Playback in doubled (or tripled or whatever) size windows is slow 
  35.     and (especially on 8 bit screens) low quality. This will be fixed in a 
  36.     later release.
  37.  
  38. • The balloon help I use for the titlebar of movie windows also appears 
  39.     on the title bar of other windows (like the message window) where it 
  40.     doesn't make sense. This is because I used a very quick rough way of 
  41.     installing this help. I'll fix this at some point.